home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / other / hunk / rexx / patch00.rexx < prev    next >
OS/2 REXX Batch file  |  1997-12-01  |  195b  |  11 lines

  1. /* Patch a user selectable file by Hunk, automatically.
  2.    Apply all '000 relevant patches. */
  3.  
  4. MergeRelocs
  5. ApplyPatch "General.hop"
  6. MergeRelocs
  7. Count 'hunks'
  8. do i=0 to hunks-1
  9.     StripZeros i
  10. end
  11.